Welcome![Sign In][Sign Up]
Location:
Search - bitmap vc 6.0

Search list

[Graph Recognize200561555616250020000

Description: 车牌识别系统 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》打开--》CDipView的OnFileOpen 函数--》 调用CDipDoc的FileOpen 函数--》并使用myDoc->UpdateAllViews(NULL) 刷新 自动调用CDipView的OnPaint函数--》调用CDipView的OnDraw函数----一个像素点一个像素点的画 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 比较重要的地方 读BMP文件,只能打开256色 (可以是灰度) 显示和内存贴图技术 关于调色板: 调色板实际上是一个数组,4个BYTE 分别是 B,G,R,和 Reserved 每一个像素点都有一个相应的数组。-LPR system needs to the attention of the local : VC 6.0 do use development tools, SDI simple frame structure, handling a bitmap (interested can make MDI) 1) bitmap data is the information from the right and the left for his , and his party up his platoon. 2) pixels per line should be in multiples of four, the inadequacies of the points are filled with empty, Reading, the point to skip redundant. 3) key data exists inside Doc. BMP key data on the existence of a ImgData BYTE directly to the type of memory space (according to the Bitmap a small, dynamic allocation). 4) Data Reading come after, pay attention to the memory mapping, in order to ensure high efficiency. 5) implementation of procedures for application generation process -- "Open --" the OnFileOpe CDipView n Functions -- &
Platform: | Size: 233235 | Author: yanglin | Hits:

[GDI-BitmapBitmapPave

Description: 将固定大小的位图在窗口平铺,使用vc++6。0进行开发-fixed-size bitmap window in a flat bed, the use of vc + +6. 0 for development
Platform: | Size: 37751 | Author: | Hits:

[OpenGL programOpenearth

Description: 用OpenGL实现展开地球的三维动画 打包说明:打包软件为winzip,其中paper.zip为正文压缩文件,解压后 为word2000环境下的正文文件paper.doc,program.zip为源程序压缩文件,解压后为VC++6.0环境下的工程文件OpenEarth.dsp等系列程序...及作为纹理使用的位图文件Wordmp.bmp 程序使用说明 解压program.zip为源程序压缩文件,将opengl32.lib glu32.lib glaux.lib等库文件拷贝到...\\VC98\\Lib\\目录下。 1.用VC6.0启动Openearth.dsw, 2.按下述步骤添加OpenGL库:从[Project]菜单中选择[Settings...]选项,将弹出Project Settings对话框。在该对话框中选择Link标签,在“Object/Libray Module”编辑框中加入“opengl32.lib glu32.lib glaux.lib”,单击OK按钮。 3. 用菜单Build\\!Execute Openearth.exe项建立并运行Openearth.exe文件 4. 观看效果,由于程序使用GetCurrentTime函数,动画可能从中间开始展开,全部展开后,又从头从球形开始展开。 直接运行Openearth.exe。-start using OpenGL 3D animation Earth packaged Note : packaged software winzip. which paper.zip compression for text documents, unpacked word2000 environment for the body of documents paper.doc, program.zip source of compressed files, unpacked VC 6.0 environment for the engineering documents OpenEarth.dsp series of procedures ... and for Texture for the use of bitmap file Wordmp.bmp use procedures for extracting program.zip source compressed files, will opengl32.lib glu32.lib glaux.lib other library copy of the document .. . \\ VC98 \\ Lib \\ directory. 1. Start with VC6.0 Openearth.dsw. 2. the following steps to add OpenGL library : from [Project] menu, choose [Settings ...] options will Project Settings dialog pop. In the dialog box choose Link label, in "Object / Libray Module" e
Platform: | Size: 174322 | Author: 倪明 | Hits:

[Compress-Decompress algrithmsBMP_DCT_IDCT

Description: 本源码是用VC++6.0实现的,显示了BMP位图,并实现了快速的8*8的块的DCT和IDCT变换-the source of VC 6.0, showing a bitmap BMP, and achieve a rapid 8 * 8 block of DCT and IDCT transform
Platform: | Size: 868376 | Author: 颜色 | Hits:

[Special Effectschepairecognition

Description: 使用VC++6.0做开发工具,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程-use as a development tool, A handle a bitmap (interested can make MDI) 1) bitmap information from the data for the right and left lower here , and his party and his party up the row. 2) pixels per line should be in multiples of four, the inadequacies of the points are filled with empty, Reading, the attention to skip redundant point. 3) key data exists inside Doc. BMP key data on the existence of a point from the ImgData BYTE-memory space (according to the bitmap small, dynamic allocation). 4) data coming time, attention to the memory map, in order to ensure high efficiency. 5) implementation process procedures
Platform: | Size: 520224 | Author: lihaichao | Hits:

[Special Effectschepaidetection

Description: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程-use as a development tool, a simple frame structure of SDI, A handle a bitmap (interested can make MDI) 1) bitmap information from the data for the right and left lower here , and his party and his party up the row. 2) pixels per line should be in multiples of four, the inadequacies of the points are filled with empty, Reading, the attention to skip redundant point. 3) key data exists inside Doc. BMP key data on the existence of a point from the ImgData BYTE-memory space (according to the bitmap small, dynamic allocation). 4) data coming time, attention to the memory map, in order to ensure high efficiency. 5) implementation process procedures
Platform: | Size: 121349 | Author: lihaichao | Hits:

[Dialog_WindowTransparentDlg

Description: VC++6.0实现的半透明窗体,用位图作为窗体背景,很漂亮-the VC 6.0 translucent windows, used as a bitmap Form background, a very nice
Platform: | Size: 414853 | Author: | Hits:

[Other resourcepaint_red_rect

Description: vc++6.0,使用MFC完成画矩形功能.矩形内部使用BITMAP填充,可以运行的代码
Platform: | Size: 41482 | Author: liutao | Hits:

[GUI DevelopScrollBitmap_demo

Description: vc++6.0 开发环境 实现在窗口中显示bitmap 位图,并能实现图片的滚动
Platform: | Size: 21915 | Author: 杨景天 | Hits:

[Graph programCImageDib

Description: 在VC++中实现设备无关位图类CDib。作者:陈健。运行环境:vc 6.0。-in VC achieve device-independent bitmap CDib category. Author : Chen Jian. Operating environment : vc 6.0.
Platform: | Size: 13392 | Author: 流浪者 | Hits:

[OtherBitmap

Description: 在vc++6.0环境中,对位图的显示处理程序源代码。该程序实现了简单的位图加载处理,已经通过调试,放心使用!
Platform: | Size: 234137 | Author: 邢冬 | Hits:

[GDI-Bitmapbitmappaint

Description: 在VC++6.0应用程序中利用位图实现大数据量计算绘图的快速显示、保存与打印-in VC 6.0 applications using bitmap data to achieve great amount of rapid mapping, conservation and Print
Platform: | Size: 548646 | Author: 陈冬梅 | Hits:

[Button controlANIMATED_BITMAP_BUTTON

Description: VC++6.0 项目,从CButton派生出CAniButton,实现在Button中显示动画的功能,用切换位图来实现,以增强界面的美观.-VC 6.0, derived from CButton CAniButton achieve Button shown in the animation functions, switching bitmap used to achieve to enhance the aesthetic interface.
Platform: | Size: 97798 | Author: 张真 | Hits:

[Graph program在VC中自建操作BMP位图文件的类

Description: 在VC中自建操作BMP位图文件的类-in VC relying operation from Bitmap File Class
Platform: | Size: 9216 | Author: 唐晓辉 | Hits:

[Button controlANIMATED_BITMAP_BUTTON

Description: VC++6.0 项目,从CButton派生出CAniButton,实现在Button中显示动画的功能,用切换位图来实现,以增强界面的美观.-VC 6.0, derived from CButton CAniButton achieve Button shown in the animation functions, switching bitmap used to achieve to enhance the aesthetic interface.
Platform: | Size: 249856 | Author: 张真 | Hits:

[Dialog_WindowTransparentDlg

Description: VC++6.0实现的半透明窗体,用位图作为窗体背景,很漂亮-the VC 6.0 translucent windows, used as a bitmap Form background, a very nice
Platform: | Size: 414720 | Author: | Hits:

[GUI Developbmpdiglog

Description: 在vc++6.0环境中,对位图对话框的实例源代码,该代码可用于是更加美化你的对话框。放心使用!-In vc++ 6.0 environment, for example bitmap dialog source code, the code can be used more landscaping then your dialog box. Ease of use!
Platform: | Size: 5079040 | Author: 邢冬 | Hits:

[GUI DevelopVC-showBITMAP

Description: 用visual c++开发的显示256色位图的程序,包括对位图的读写操作-Using visual c++ Development display 256 colors bitmap procedures, including reading and writing bitmap operations
Platform: | Size: 7168 | Author: sue_Langsujuan | Hits:

[Software Engineeringvc-bmp

Description: VC中对于位图文件的读写,介绍很详尽,对于初学者很实用-VC in the bitmap file for reading and writing to introduce a very detailed and very practical for beginners
Platform: | Size: 8192 | Author: 张林 | Hits:

[Picture ViewerVC6.0-pic-read-

Description: VC6.0下bmp位图的读取与显示,详细介绍了VC++6.0加载BMP图片的方法。适合初学者快速入门对数字图像处理的图文教程。很实用。-Bmp bitmap under VC6.0 read and display, detailing the VC++6.0 to load BMP picture approach. Quick start for beginners in digital image processing and graphic tutorials. Very practical。
Platform: | Size: 207872 | Author: enen | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net